Docstring convention fix.
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 29 Jun 2007 04:36:56 +0000 (04:36 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 29 Jun 2007 04:36:56 +0000 (04:36 +0000)
lisp/emacs-lisp/cl-macs.el

index 832bc8e2d02af8204bb1585a4a87f7b07cc141d2..2615a8fdf7c3029029e5999f5ba049d466f68081 100644 (file)
@@ -2610,9 +2610,9 @@ surrounded by (block NAME ...).
       (if lets (list 'let lets body) body))))
 
 
-;;; Compile-time optimizations for some functions defined in this package.
-;;; Note that cl.el arranges to force cl-macs to be loaded at compile-time,
-;;; mainly to make sure these macros will be present.
+;; Compile-time optimizations for some functions defined in this package.
+;; Note that cl.el arranges to force cl-macs to be loaded at compile-time,
+;; mainly to make sure these macros will be present.
 
 (put 'eql 'byte-compile nil)
 (define-compiler-macro eql (&whole form a b)